This packet contains two python files with source codes to execute a chatting application based on python GUI(Tkinter), sockets, and multithreading.
In this time of the pandemic, we are distant from our friends, family, and loved ones. This simple application will help you communicate with them in a little different manner which can also be a lot of fun.
Firstly install python packages: socket, threading, and Tkinter.
Run server.py to start the server and to accept connections. Then run client.py on any machine. Input Host IP and PORT to connect to the server (For testing using default 127.0.0.1 and auto-detection of PORT if both server and clients are on the same machine). Enter Your name and start chatting with other people connected to the server.
Enjoy